AddRange Method

Summary
Adds the elements of the specified collection to the end of the ListWithEvents<T>.
Syntax
C#
C++/CLI
public void AddRange( 
   IEnumerable<T> collection 
) 
public:  
   void AddRange( 
      IEnumerable<T>^ collection 
   ) 

Parameters

collection
The collection whose elements should be added to the end of the ListWithEvents<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.

Requirements

Target Platforms

Help Version 22.0.2023.2.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.